+2009-01-15 Murray Cumming <murrayc@murrayc.com>
+
+ * gtk/gtkimcontext.c: documentation description: Mention the various
+ properties and the environment variable, with links to their
+ documentation.
+ * gtk/gtksettings.c:
+ * gtk/gtktextview.c: Make the im-module property documentation more
+ expansive.
+
2009-01-15 Diego Escalante Urrelo <diegoe@gnome.org>
Bug 562701 – GtkEntryCompletion popup sizes its rows wrong
/**
* GtkEntry:im-module:
*
- * Which IM module should be used for this entry.
+ * Which IM (input method) module should be used for this entry.
+ * See #GtkIMContext.
*
* Setting this to a non-%NULL value overrides the
- * system-wide IM module setting. See #GtkSettings:gtk-im-module
+ * system-wide IM module setting. See the GtkSettings
+ * #GtkSettings:gtk-im-module property.
*
* Since: 2.16
*/
* is used by GTK+ text input widgets like #GtkEntry to map from key events to
* Unicode character strings.
*
+ * The user may change the current input method via a context menu, unless the
+ * #GtkSettings:gtk-show-input-method-menu GtkSettings property is set to FALSE.
+ * The default input method can be set programmatically via the
+ * #GtkSettings:gtk-im-module GtkSettings property. Alternatively, you may set
+ * the GTK_IM_MODULE environment variable as documented in #gtk-running.
+ *
+ * The #GtkEntry #GtkEntry:im-module and #GtkTextView #GtkTextView:im-module
+ * properties may also be used to set input methods for specific widget
+ * instances. For instance, a certain entry widget might be expected to contain
+ * certain characters which would be easier to input with a certain input
+ * method.
+ *
* An input method may consume multiple key events in sequence and finally
* output the composed result. This is called preediting, and an input method
* may provide feedback about this process by displaying the intermediate
/**
* GtkSettings:gtk-im-module:
*
- * Which IM module should be used by default.
+ * Which IM (input method) module should be used by default. This is the
+ * input method that will be used if the user has not explicitly chosen
+ * another input method from the IM context menu.
+ *
+ * See #GtkIMContext and see the #GtkSettings:gtk-show-input-method-menu property.
*/
result = settings_install_property_parser (class,
g_param_spec_string ("gtk-im-module",
/**
* GtkTextView:im-module:
*
- * Which IM module should be used for this widget.
+ * Which IM (input method) module should be used for this entry.
+ * See #GtkIMContext.
*
* Setting this to a non-%NULL value overrides the
- * system-wide IM module setting. See #GtkSettings:gtk-im-module
+ * system-wide IM module setting. See the GtkSettings
+ * #GtkSettings:gtk-im-module property.
*
* Since: 2.16
*/